home *** CD-ROM | disk | FTP | other *** search
/ BMUG PD-ROM A / PD-ROM A.iso / Programming / Programming Help / Swatch / String Magic 1.0 / FastStrings.h < prev    next >
Encoding:
C/C++ Source or Header  |  1991-04-10  |  368 b   |  19 lines  |  [TEXT/MPS ]

  1. #ifndef __FASTSTRINGS__
  2. #define __FASTSTRINGS__
  3.  
  4. #ifndef __TYPES__
  5. #include <Types.h>    // Make sure we have type definitions
  6. #endif
  7.  
  8. #ifdef __cplusplus
  9. extern "C" {
  10. #endif
  11.  
  12. pascal void GetIndStr2(Str255 theString, short str2ID, short index); 
  13. pascal void GetIndStr3(Str255 theString, short strIID, short index); 
  14.  
  15. #ifdef __cplusplus
  16. };
  17. #endif
  18.  
  19. #endif // __FASTSTRINGS__